home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global hd, cd, pathSeparator, rosso, bianco, menuList, netObj, currentNetHandler, iswin95, tobeonline, standalone
- set standalone to 0
- set currentNetHandler to EMPTY
- set rosso to the foreColor of field "rosso"
- set bianco to the foreColor of field "bianco"
- if not (the quickTimePresent) then
- sound stop 1
- alert("Installa l'estensione QUICKTIME!")
- quit()
- end if
- if the machineType <> 256 then
- set metrica to 0.59999999999999998
- set conf to "confmac.sum"
- if the pathName = "IMM06:INTERACTIVE MAC:" then
- sound stop 1
- alert("COPIARE SUL PROPRIO HARD DISK LA CARTELLA ''INTERACTIVE MAC''")
- quit()
- end if
- set pathSeparator to ":"
- set cd to "IMM06"
- else
- set metrica to 0.75
- set conf to "config.sum"
- set netObj to Netscdde(mnew, "%!)£$$/")
- set winVer to netObj(mGetWinVersion)
- if value(winVer) > 3.20000000000000018 then
- set iswin95 to 1
- else
- set iswin95 to 0
- end if
- set pathSeparator to "\"
- set cd to cd & ":"
- end if
- set hd to the pathName
- set menuList to []
- set myObj to birth(script "TextMenu", 41, 64, conf, 2, 3, 1, 24, metrica, 16, 0, 19)
- addAt(menuList, 1, myObj)
- set myObj to birth(script "TextMenu", 45, 32, conf, 10, 8, 2, 39, metrica, 16, 0, 19)
- addAt(menuList, 2, myObj)
- set myObj to birth(script "TextMenu", 46, 32, conf, 10, 8, 3, 40, metrica, 16, 0, 19)
- addAt(menuList, 3, myObj)
- end
-